home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / ImageFXDevKit.lha / sdev / include / scan / rend.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-25  |  322 b   |  22 lines

  1. /*
  2.  * Scan 'C' Header File
  3.  * Written by Thomas Krehbiel
  4.  *
  5.  * Preview modules.
  6.  *
  7.  */
  8.  
  9. #ifndef SCAN_REND_H
  10.  
  11.  
  12. /*
  13.  * Flags for the OpenRenderScreen() function.
  14.  */
  15.  
  16. #define ORSF_HIDE          0x0001      /* Hide the screen */
  17. #define ORSF_NOSCROLL      0x0002      /* Do not autoscroll ever */
  18.  
  19.  
  20. #define SCAN_REND_H
  21. #endif
  22.